<?php

const DB_HOST = 'mysql:host=localhost;dbname=【自分のデータベース名】;charset=utf8';
const DB_USER = '自分のユーザー名';
const DB_PASSWORD = '【パスワード】';